Document Intelligence (formerly Form Recognizer) (stable:2024-11-30)

2024/12/11 • 1 updated methods

DocumentModels_AnalyzeBatchDocuments (updated)
Description Analyzes batch documents with document model.
Reference Link ¶

⚶ Changes

{
  "#id": "DocumentModels_AnalyzeBatchDocuments",
  "$parameters": [
    {
      "#name": "analyzeBatchRequest",
      "Required": {
        "new": true,
        "old": false
      }
    }
  ]
}

⚼ Request

POST:  /documentModels/{modelId}:analyzeBatch
{
api-version: string ,
modelId: string ,
pages: string ,
locale: string ,
stringIndexType: string ,
features: array ,
queryFields: array ,
outputContentFormat: string ,
output: array ,
analyzeBatchRequest:
{
azureBlobSource:
{
containerUrl: string ,
prefix: string ,
}
,
azureBlobFileListSource:
{
containerUrl: string ,
fileList: string ,
}
,
resultContainerUrl: string ,
resultPrefix: string ,
overwriteExisting: boolean ,
}
,
}

⚐ Response (202)

{
operation-location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
message: string ,
innererror: string ,
}
,
}
,
}